Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarSlotsPanel<S> Class
The type of the slot. Inherit this class to add custom properties.
Members

In This Topic
    CalendarSlotsPanel<S> Class
    In This Topic
    Abstract panel used to render days, month years and days of weeks as a uniform grid which also allows rendering slots out of view.
    Object Model
    CalendarSlotsPanel<S> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class CalendarSlotsPanel(Of S As CalendarSlotInfo) 
       Inherits C1.WPF.Core.C1WrapPanel
    public abstract class CalendarSlotsPanel<S> : C1.WPF.Core.C1WrapPanel 
    where S: CalendarSlotInfo
    Type Parameters
    S
    The type of the slot. Inherit this class to add custom properties.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         C1.WPF.Core.C1WrapPanel
                            C1.WPF.Calendar.CalendarSlotsPanel<S>
                               C1.WPF.Calendar.CalendarDaysOfWeekPanel
                               C1.WPF.Calendar.CalendarDaysPanel
                               C1.WPF.Calendar.CalendarHeadersPanel
                               C1.WPF.Calendar.CalendarMonthsPanel
                               C1.WPF.Calendar.CalendarYearsPanel

    See Also